home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / CustomSolutionWizard_Files / CustomSolutionWizard.cnt (.txt) next >
Encoding:
Microsoft Windows Help File Content  |  2002-03-08  |  5.7 KB  |  126 lines

  1. :Base customsolutionwizard.HLP
  2. :Title Custom Solution Wizard
  3. 1 Product Information
  4. 2 About On-line Help=About_On-line_Help
  5. 2 What is the Custom Solution Wizard?=What_is_the_Custom_Solution_Wizard
  6. 2 Level Information=Level_Information
  7. 2 Pricing Information=Pricing_Information
  8. 2 Ordering Information=Ordering_Information
  9. 2 Contacting NeuroDimension=Contacting_NeuroDimension
  10. 2 Technical Support=Technical_Support
  11. 2 Other NeuroDimension Products=Other_NeuroDimension_Products
  12. 1 Getting Started
  13. 2 System Requirements=System_Requirements
  14. 2 Installation=Installation
  15. 2 Limitations of the Custom Solution Wizard=Limitations_of_the_Custom_Solution_Wizard
  16. 2 Running the Custom Solution Wizard=Running_the_Custom_Solution_Wizard
  17. 1 Wizard Panels
  18. 2 Choose Breadboard Type=Choose_Breadboard_Type_Panel
  19. 2 Select Existing Breadboard=Select_Existing_Breadboard_Panel
  20. 2 Data Flow=Data_Flow_Panel
  21. 2 Select Input Axon=Select_Input_Axon_Panel
  22. 2 Select Output Axon=Select_Output_Axon_Panel
  23. 2 Choose Project Type=Choose_Project_Type_Panel
  24. 2 Choose Project Location=Choose_Project_Location_Panel
  25. 1 Using the Generated DLL
  26. 2 Visual Basic and VBA
  27. 3 NeuroSolutions Object Library=NeuroSolutions_Object_Library
  28. 3 Protocol
  29. 4 NSLearningNetwork
  30. 5 NSLearningNetwork=NSLearningNetwork
  31. 5 Properties
  32. 6 dllPathName=dllPathName_Property
  33. 6 inputData=inputData_Property
  34. 6 desiredData=desiredData_Property
  35. 6 crossValidationEnabled=crossValidationEnabled_Property
  36. 6 crossValidationInputData=crossValidationInputData_Property
  37. 6 crossValidationDesiredData=crossValidationDesiredData_Property
  38. 6 saveBestWeightsEnabled=saveBestWeightsEnabled_Property
  39. 6 saveBestWeightsForTraining=saveBestWeightsForTraining_Property
  40. 6 bestWeightsPathName=bestWeightsPathName_Property
  41. 6 bestCost=bestCost_Property
  42. 6 epochOfBestCost=epochOfBestCost_Property
  43. 6 costData=costData_Property
  44. 6 crossValidationCostData=crossValidationCostData_Property
  45. 6 numberOfEpochsTrained=numberOfEpochsTrained_Property
  46. 6 autoComputeInputNormCoeff=autoComputeInputNormCoeff_Property
  47. 6 inputNormMin=inputNormMin_Property
  48. 6 inputNormMax=inputNormMax_Property
  49. 6 normalizeInputByChannel=normalizeInputByChannel_Property
  50. 6 autoComputeOutputNormCoeff=autoComputeOutputNormCoeff_Property
  51. 6 outputNormMin=outputNormMin_Property
  52. 6 outputNormMax=outputNormMax_Property
  53. 6 normalizeOutputByChannel=normalizeOutputByChannel_Property
  54. 6 messageErrors=messageErrors_Property
  55. 5 Methods
  56. 6 loadWeights=loadWeights_Method
  57. 6 saveWeights=saveWeights_Method
  58. 6 seedRandom=seedRandom_Method
  59. 6 randomizeWeights=randomizeWeights_Method
  60. 6 resetNetwork=resetNetwork_Method
  61. 6 train=train_Method
  62. 6 getResponse=getResponse_Method
  63. 6 getSensitivity=getSensitivity_Method
  64. 6 removeInputNormalization=removeInputNormalization_Method
  65. 6 removeOutputNormalization=removeOutputNormalization_Method
  66. 4 NSRecallNetwork
  67. 5 NSRecallNetwork=NSRecallNetwork
  68. 5 Properties
  69. 6 dllPathName=dllPathName_Property
  70. 6 inputData=inputData_Property
  71. 6 messageErrors=messageErrors_Property
  72. 5 Methods
  73. 6 loadWeights=loadWeights_Method
  74. 6 saveWeights=saveWeights_Method
  75. 6 randomizeWeights=randomizeWeights_Method
  76. 6 resetNetwork=resetNetwork_Method
  77. 6 getResponse=getResponse_Method
  78. 6 getSensitivity=getSensitivity_Method
  79. 3 Example
  80. 4 Visual Basic Example=Visual_Basic_Example
  81. 4 Code=Visual_Basic_Example_Code
  82. 3 Reading Data from Text Files
  83. 4 Concepts=Reading_Data_from_Text_Files
  84. 4 Example=Reading_Data_from_Text_Files_Example
  85. 2 C++
  86. 3 Using the Generated DLL from C++=Using_the_Generated_DLL_from_C++
  87. 3 C++ Code Needed to Load the Generated DLL=C++_Code_Needed_to_Load_the_Generated_DLL
  88. 3 Protocol
  89. 4 createNetwork=createNetwork
  90. 4 destroyNetwork=destroyNetwork
  91. 4 getInputOutputInfo=getInputOutputInfo
  92. 4 loadWeights=loadWeights
  93. 4 saveWeights=saveWeights
  94. 4 seedRandom=seedRandom
  95. 4 randomizeWeights=randomizeWeights
  96. 4 resetNetwork=resetNetwork
  97. 4 train=train
  98. 4 getResponse=getResponse
  99. 4 getSensitivity=getSensitivity
  100. 4 removeInputNormalization=removeInputNormalization
  101. 4 removeOutputNormalization=removeOutputNormalization
  102. 4 setCrossValidationEnabled / getCrossValidationEnabled=setCrossValidationEnabled_/_getCrossValidationEnabled
  103. 4 setSaveBestWeightsEnabled / getSaveBestWeightsEnabled=setSaveBestWeightsEnabled_/_getSaveBestWeightsEnabled
  104. 4 setSaveBestWeightsForTraining / getSaveBestWeightsForTraining=setSaveBestWeightsForTraining_/_getSaveBestWeightsForTraining
  105. 4 setBestWeightsPathName / getBestWeightsPathName=setBestWeightsPathName_/_getBestWeightsPathName
  106. 4 setBestCost / getBestCost=setBestCost_/_getBestCost
  107. 4 getEpochOfBestCost=getEpochOfBestCost
  108. 4 getCostData=getCostData
  109. 4 getCrossValidationCostData=getCrossValidationCostData
  110. 4 getNumberOfEpochsTrained=getNumberOfEpochsTrained
  111. 4 setAutoComputeInputNormCoeff / getAutoComputeInputNormCoeff=setAutoComputeInputNormCoeff_/_getAutoComputeInputNormCoeff
  112. 4 setInputNormMin / getInputNormMin=setInputNormMin_/_getInputNormMin
  113. 4 setInputNormMax / getInputNormMax=setInputNormMax_/_getInputNormMax
  114. 4 setNormalizeInputByChannel / getNormalizeInputByChannel=setNormalizeInputByChannel_/_getNormalizeInputByChannel
  115. 4 setAutoComputeOutputNormCoeff / getAutoComputeOutputNormCoeff=setAutoComputeOutputNormCoeff_/_getAutoComputeOutputNormCoeff
  116. 4 setOutputNormMin / getOutputNormMin=setOutputNormMin_/_getOutputNormMin
  117. 4 setOutputNormMax / getOutputNormMax=setOutputNormMax_/_getOutputNormMax
  118. 4 setNormalizeOutputByChannel / getNormalizeOutputByChannel=setNormalizeOutputByChannel_/_getNormalizeOutputByChannel
  119. 3 Example
  120. 4 Visual C++ Example=Visual_C++_Example
  121. 4 Code=Visual_C++_Example_Code
  122. 1 Troubleshooting
  123. 2 DLL Creation Failed=DLL_Creation_Failed
  124. 1 Distributing Your Application
  125. 2 Distributing the NeuroSolutions Object Library=Distributing_the_NeuroSolutions_Object_Library
  126.